-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add fetch timeout [INS-3911] #7467
Conversation
5xx seems too broadly scoped a backend validation error would cause a bunch of retries. |
@jackkav I discussed with @notjaywu , and he advice client could retry when there is a server error resposne, so we decided to set 429 and 5xx.If you have any idea, we could talk about it here or in this ticket INS-3911 |
This is a very dangerous change and will contribute to further outages. I would advise removing all retry logic in this PR. |
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
* remove exponential backoff * feat: improve err message when time out --------- Co-authored-by: jackkav <jackkav@gmail.com>
Changes: